home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / python-pycurl / TODO < prev   
Encoding:
Text File  |  2008-09-09  |  628 b   |  19 lines

  1. If you want to hack on pycurl, here's our list of unresolved issues:
  2.  
  3.  
  4. NEW FEATURES/IMPROVEMENTS:
  5.  
  6.     * Callback handling for stream seek.
  7.  
  8.     * Add docs to the high-level interface.
  9.  
  10.  
  11. DEFICIENICES:
  12.  
  13.     * Using certain invalid options, it may be possible to cause a crash.
  14.       This is un-Pythonic behaviour, but you somewhere have to draw a
  15.       line between efficiency (and feature completeness) and safety.
  16.       There _are_ quite a number of internal error checks, but tracking
  17.       and catching all possible (deliberate) misuses is not a goal
  18.       (and probably impossible anyway, due to the complexity of libcurl).
  19.